@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

body {
	font-family: 'Microsoft YaHei', 'SimSun', 'Arial';
	position: relative;
	font-size: 14px;
	line-height: 1.6;
	padding-top: 0;
	overflow-x: hidden;
	color: #333;
}

.clear {
	clear: both;
	margin: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.b {
	font-weight: bold;
}

i,
em {
	font-style: normal;
}

a {
	text-decoration: none;
}

.impact {
	font-family: impact;
}

.layui-left {
	float: left;
}

.layui-right {
	float: right;
}

@media screen and (min-width: 320px) {
	html {
		font-size: 25px;
	}
}

@media screen and (min-width: 375px) {
	html {
		font-size: 26px;
	}
}

@media screen and (min-width: 414px) {
	html {
		font-size: 29px;
	}
}

@media screen and (min-width: 568px) {
	html {
		font-size: 39px;
	}
}

@media screen and (min-width: 768px) {
	html {
		font-size: 53px;
	}
}

@media (min-width: 1024px) {
	html {
		font-size: 71px;
	}
}

@media (min-width: 1100px) {
	html {
		font-size: 76px;
	}
}

@media (min-width: 1280px) {
	html {
		font-size: 89px;
	}
}

@media (min-width: 1366px) {
	html {
		font-size: 95px;
	}
}

@media (min-width: 1440px) {
	html {
		font-size: 100px;
	}
}

@media (min-width: 1680px) {
	html {
		font-size: 117px;
	}
}

@media (min-width: 1920px) {
	html {
		font-size: 133px;
	}
}

.layui-col-space90 {
	margin: 45px;
}

.layui-col-space90>* {
	padding: 45px;
}

.layui-col-space50 {
	margin: -25px;
}

.layui-col-space50>* {
	padding: 25px;
}

.layui-col-space40 {
	margin: -20px;
}

.layui-col-space40>* {
	padding: 20px;
}

.layui-col-space30 {
	margin: -15px;
}

.layui-col-space30>* {
	padding: 15px;
}

.layui-col-space20 {
	margin: -10px;
}

.layui-col-space20>* {
	padding: 10px;
}

.pt0 {
	padding-top: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.ptb0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.plr0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.pl0 {
	padding-left: 0 !important;
}

.pr0 {
	padding-right: 0 !important;
}

.ptblr0 {
	padding: 0 !important;
}

.pt5 {
	padding-top: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.ptb5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.plr5 {
	padding-left: 5px;
	padding-right: 5px;
}

.pl5 {
	padding-left: 5px;
}

.pr5 {
	padding-right: 5px;
}

.ptblr5 {
	padding: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.ptb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.plr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.pl10 {
	padding-left: 10px;
}

.pr10 {
	padding-right: 10px;
}

.ptblr10 {
	padding: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.plr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.pl20 {
	padding-left: 20px;
}

.pr20 {
	padding-right: 20px;
}

.ptblr20 {
	padding: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.plr30 {
	padding-left: 30px;
	padding-right: 30px;
}

.pl30 {
	padding-left: 30px;
}

.pr30 {
	padding-right: 30px;
}

.ptblr30 {
	padding: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.ptb40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.plr40 {
	padding-left: 40px;
	padding-right: 40px;
}

.pl40 {
	padding-left: 40px;
}

.pr40 {
	padding-right: 40px;
}

.ptblr40 {
	padding: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.ptb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.plr50 {
	padding-left: 50px;
	padding-right: 50px;
}

.pl50 {
	padding-left: 50px;
}

.pr50 {
	padding-right: 50px;
}

.ptblr50 {
	padding: 50px;
}

.mt5 {
	margin-top: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.mtb5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mlr5 {
	margin-left: 5px;
	margin-right: 5px;
}

.ml5 {
	margin-left: 5px;
}

.mr5 {
	margin-right: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mlr10 {
	margin-left: 10px;
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mlr20 {
	margin-left: 20px;
	margin-right: 20px;
}

.ml20 {
	margin-left: 20px;
}

.mr20 {
	margin-right: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mlr30 {
	margin-left: 30px;
	margin-right: 30px;
}

.ml30 {
	margin-left: 30px;
}

.mr20 {
	margin-right: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.mtb40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.mlr40 {
	margin-left: 40px;
	margin-right: 40px;
}

.ml40 {
	margin-left: 40px;
}

.mr20 {
	margin-right: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mb50 {
	margin-bottom: 50px;
}

.mtb50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mlr50 {
	margin-left: 50px;
	margin-right: 50px;
}

.ml50 {
	margin-left: 50px;
}

.mr20 {
	margin-right: 50px;
}

.w100 {
	width: 100%;
}

.w50 {
	width: 50%;
}

.w33 {
	width: 33.333333%;
}

.w25 {
	width: 25%;
}

.w20 {
	width: 20%;
}

.f48 {
	font-size: 48px !important;
}

.f46 {
	font-size: 46px;
}

.f44 {
	font-size: 44px;
}

.f42 {
	font-size: 42px;
}

.f40 {
	font-size: 40px;
}

.f38 {
	font-size: 38px;
}

.f36 {
	font-size: 36px;
}

.f34 {
	font-size: 34px;
}

.f32 {
	font-size: 32px;
}

.f30 {
	font-size: 30px !important;
}

.f28 {
	font-size: 28px;
}

.f26 {
	font-size: 26px;
}

.f24 {
	font-size: 24px !important;
}

.f22 {
	font-size: 22px;
}

.f20 {
	font-size: 20px;
}

.f18 {
	font-size: 18px;
}

.f16 {
	font-size: 16px;
}

.f14 {
	font-size: 14px;
}

.f12 {
	font-size: 12px;
}

.f10 {
	font-size: 10px;
}

.fcenter {
	text-align: center;
}

.line2 {
	line-height: 2;
}

.line3 {
	line-height: 3;
}

.line-clamp {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.clamp1 {
	white-space: nowrap;
}

.clamp2 {
	-webkit-line-clamp: 2;
}

.clamp3 {
	-webkit-line-clamp: 3;
}

.text-yellow {
	color: #fdd000;
}

.text-666 {
	color: #666 !important;
}

.text-gray {
	color: #ccc;
}

.text-white {
	color: #fff !important;
}

.bg-white {
	background-color: #fff;
}

.bg-black {
	background-color: #000;
}

.bg-gray {
	background: #f3f3f3;
}

@media screen and (min-width: 1440px) {
	/* .layui-container {
		width: 1400px;
	} */
}

@media screen and (min-width: 1680px) {
	/* .layui-container {
		width: 1520px;
	} */
}

/* 头部 */
.header-box {
	width: 100%;
	height: 100%;
	position: relative;
}

.header-middle {
	width: 100%;
	background: #fff;
	transition: all .4s ease;
	box-shadow: 0 0 10px #ccc;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	height: 100px;
}

.header-middle .logo {
	padding: 10px 0;
	max-height: 70px;
	float: left;
}

.header-middle .logo img {
	max-width: 100%;
	height: 100%;
}
.header-w{
	width:90%;
	position: relative;
    height: 100%;
    margin: 0 auto;
}
.header-box .search-bar {
	padding: 25px 0;
}

.search-bar {
	padding-top: 44px;
}

.search-bar .layui-form-item {
	margin-bottom: 0;
}

.search-bar .layui-input-block {
	margin-left: 0;
	position: relative;
}

.search-width {
	width: 50%
}

.search-bar .icon-search {
	position: absolute;
	left: 8px;
	top: 7px;
}

.search-bar .layui-input {
	width: 100%;
	border: 1px solid #e9eaec;
	padding-left: 32px;
}

.search-bar .search-btn {
	margin-left: -15px;
	margin-right: 0px;
}

.search-bar .search-btn>.layui-btn {
	border-radius: 0px 2px 2px 0;
	-webkit-border-radius: 0px 2px 2px 0;
	-moz-border-radius: 0px 2px 2px 0;
	-ms-border-radius: 0px 2px 2px 0;
	-o-border-radius: 0px 2px 2px 0;
	background: #0127FF;
}

.header-nav {
	height: 50px;
	text-align: center;
	padding: 25px 0;
	position: relative;
}

.header-nav .layui-nav {
	background: none;
	display: inline-block;
}

.header-nav .layui-nav-item {
	line-height: 50px;
	text-align: center;
	margin: 0 20px;
}

.header-nav .layui-nav-item.layui-this>a,
.header-nav .layui-nav-item:hover>a {
	color: #0127FF;
	font-weight: bold;
}

/* .header-nav .layui-nav .layui-nav-item.layui-this:after,
.header-nav .layui-nav .layui-nav-bar {
	height: 0;
} */

.header-nav .layui-nav-item>a {
	padding: 0;
	color: #333;
	font-size: 16px;
}

.header-nav .layui-nav .layui-nav-item .layui-nav-more {
	display: none;
}

.header-nav .layui-nav-item .layui-nav-child {
	top: 50px;
	background: rgba(1, 40, 255, 0.5);
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border: 0;
	padding: 0;
	box-shadow: none;
}

.header-nav .layui-nav-item .layui-nav-child a {
	color: #fff;
	display: inline-block;
	border-left: 1px solid rgba(255, 255, 255, 0.6);
	font-size: 15px;
}

.header-nav .layui-nav-item .layui-nav-child a:first-child {
	border-left: 0px;
}

.header-nav .layui-nav-child a:hover {
	background: none !important;
	color: rgba(255, 255, 255, 0.7);
}

.header-nav .layui-nav-child .layui-this {
	background: none !important;
}

.layui-nav .layui-this:after,
.layui-nav-bar {
	height: 3px;
	background-color: #0127FF;
}

.header-nav .layui-search {
	display: inline-block;
	cursor: pointer;
	position: relative;
	top:6px;
}
.layui-phone{
	float: right;
}
.layui-phone .he-phone {
    font-size: 16px;
    line-height: 25px;
    padding: 22px 0 0;
    transition: all .4s ease;
}
.layui-tel img{
	max-width: 100%;
	margin-right: 5px;
}
.layui-phone .dp-text{
	color: #333;
	line-height: 1.5;
	font-size: 15px;
}
.layui-phone .dp-text strong{
	font-size: 24px;
	font-weight: 500;
	color: #f78a1f;
	font-family: "Impact";
}
.header-box .com-sear {
	top: 100px;
}

.com-sear {
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
}

.com-sear .search-bar {
	padding: 30px 0;
	text-align: center;
	box-shadow: 0 53px 72px 0 rgba(0, 0, 0, 0.25);
	animation: fadeInDown 0.6s ease-in-out;
}

.search-bar .search-btn {
	margin-left: 0px;
}

.search-bar .search-close {
	margin-left: 15px;
}

.search-bar .search-close i {
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}

.search-bar .layui-form-item .layui-inline {
	display: inline-block;
	margin-bottom: 0px;
}

.header-box .search-mobile {
	display: none;
	margin-top: 20px;
}

.header-box .switch-toggle {
	width: 22px;
	height: 22px;
	display: none;
	background: none;
	border: 0;
	position: relative;
	cursor: pointer;
	z-index: 12;
	transition: all .4s ease;
}

.header-box .switch-toggle span {
	display: block;
	height: 2px;
	background: #0127FF;
	margin-bottom: 6px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header-box .switch-toggle.is-active span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	-moz-transform: translateY(8px) rotate(45deg);
}

.header-box .switch-toggle.is-active span:nth-child(2) {
	opacity: 0;
}

.header-box .switch-toggle.is-active span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	-moz-transform: translateY(-8px) rotate(-45deg);
}

/* 友情链接 */
.link-box {
	padding: 12px 0;
	text-align: center;
}

.link-box .layui-breadcrumb a {
	color: #fff;
}

.link-box .layui-breadcrumb a:hover {
	color: rgba(255, 255, 255, 0.7) !important;
}

/* 底部 */
.footer {
	background: #2e2e2e;
	color: #fff;
	padding: 10px 0 15px;
}

.copyright {
	text-align: center;
	color: #fff;
	padding-top: 5px;
}

.copyright a {
	color: #fff;
}

@media screen and (max-width: 1366px) {
	.header-w{
		width:98%;
	}
	.header-nav .layui-nav-item{
		margin: 0 12px;
	}
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 996px) {}

@media screen and (max-width: 768px) {
	.layui-col-space40>* {
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.header-w{
		width:100%;
	}
	.header-middle {
		height: 70px;
		z-index: 20;
	}

	.header-middle .layui-container {
		width: 100%;
		height: 100%;
	}

	.header-middle .logo {
		position: absolute;
		left: 15px;
		top: 0px;
		z-index: 22;
		height: 54px;
		padding: 8px 0;
		transition: all .4s;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-ms-transition: all .4s;
		-o-transition: all .4s;
		max-width: 65%;
	}

	.header-nav .layui-container {
		padding: 0;
	}

	.header-nav .layui-nav {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0%;
		top: 70px;
		z-index: 99;
		display: none;
		margin: 0;
		padding: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		background: rgba(1, 40, 255, 0.8);
		-webkit-transition: .5s cubic-bezier(0, .61, .32, .87);
		transition: .5s cubic-bezier(0, .61, .32, .87);
		box-sizing: border-box;
	}

	.header-box .switch-toggle,
	.header-box .search-mobile {
		display: block;
	}

	.header-box .search-mobile .layui-icon {
		font-size: 18px;
	}

	.header-nav .layui-nav-item {
		width: 100%;
		display: block;
		text-align: left;
		margin: 0;
	}

	.header-nav .layui-nav-item>a {
		line-height: 50px;
		font-size: 16px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		color: #fff;
		padding: 0 25px;
	}

	.header-nav .layui-nav-item.layui-this>a,
	.header-nav .layui-nav-item:hover>a {
		color: #fff;
		font-weight: normal;
	}

	.header-nav .layui-nav-item .layui-nav-child {
		position: static;
		border: 0px;
		padding: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		background: rgba(1, 40, 255, 0.9);
	}

	.header-nav .layui-nav-item .layui-nav-child dd {
		margin: 0;
	}

	.header-nav .layui-nav-item .layui-nav-child a {
		display: block;
		border: 0px;
		margin-left: 0px;
		text-indent: 2em;
		font-size: 16px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		line-height: 50px;
		white-space: nowrap;
	}

	.header-nav .layui-nav-item .layui-nav-child dd.layui-this {
		background: none;
		color: #fff;
	}

	.layui-nav .layui-this:after,
	.layui-nav-bar {
		background-color: #fff;
	}

	.header-box .com-sear {
		top: 70px;
	}

	.com-sear .search-bar {
		padding: 20px 0;
	}

	.search-width {
		width: 65%;
	}

	.search-switch {
		position: fixed;
		top: 0;
		right: 15px;
		z-index: 22;
	}

	.search-switch .dcom {
		margin: 26px 0px 0 18px;
		display: inline-block;
		color: #0127FF;
		cursor: pointer;
	}

	.search-switch .search-mobile {
		margin-top: 21px;
	}
}